home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / remote_control.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  139b  |  7 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.funcHITBOX("PlayAgain");
  4.    _root.SFX.gotoAndPlay("Click");
  5.    _root.gotoAndStop("Title");
  6. }
  7.